@charset "utf-8";
/* CSS Document */

/*header*/
.header{
	width: 100%;
	height: 167px;
	background: url(../images/h_bg.jpg) no-repeat center;
}
.head{
	width: 1180px;
	height: 167px;
	margin: 0 auto;
}
.h_top{
	width: 1180px;
	height: 30px;
	overflow: hidden;
}
.h_top p{ float: left; line-height: 28px; color: #666; font-size: 12px;}
.h_top ul{ float: right; line-height: 26px;}
.h_top ul li{ float: left; line-height: 26px;}
.h_top ul li a{ font-size: 12px; color: #666;}
.logo{float: left;}
.logo h1{float: left;}
.logo h1 a{ float: left; margin-top: 15px;display: block; width: 218px; height: 80px;}
.logo h1 img{ margin-top: 30px;}
.logo p{     
	float: left;
    font-size: 20px;
	font-weight: bold;
    color: #ff7e00;
    line-height: 30px;
    padding-top: 38px;
	margin-left: 26px;
}
.logo p span{font-size: 18px; color: #1a1a1a; line-height: 34px;display: block;}
.tel_right{ float:right; margin-top: 30px;}
.tel_right p{font-size: 14px; color: #333; line-height: 28px; background: url(../images/phone.jpg) no-repeat 0 8px; padding-left: 55px;}
.tel_right p span{font-size: 24px; color: #ff7e00; line-height: 30px;}

#fixedNav{background: #0184be;  width: 100%; height: 50px;}
.nav{ width: 1180px; height: 50px; margin: 0 auto;}
.nav ul{ overflow: hidden;}
.nav ul li{ font-size: 14px;  float: left; font-weight: 500; line-height: 50px; color: #fff;}
.nav ul li a{  float: left;color: #fff; display: block;width: 118px;line-height: 50px;text-align: center;}
.nav ul li a:hover,.nav ul .another a{ background: #ff7e00;}
.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
}

/*footer*/
.f_box{
	width: 100%;
	height: 310px;
	clear: both;
	background: #0184be;
}
.f_nav{
	width: 100%;
	height: 50px;
	background: #ff7e00;
}
.f_nav ul{
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}
.f_nav ul li{
	float: left;
	width: 118px;
	text-align: center;
	line-height: 50px;
}
.f_nav ul li a{
	color: #fff;
	display: block;
	text-align: center;
}
.f_nav ul li a:hover {
	color: #0184be;
}
.f_con{
	width: 1180px;
	height: 260px;
	margin: 0 auto;
	overflow: hidden;
}
.f_con h2{
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	text-align: center;
	margin-top: 40px;
}
.f_con p{
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	text-align: center;
}
.f_con p a{
	font-size: 14px;
	color: #fff;
	line-height: 28px;
}



/*固定的悬浮窗*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 200px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: #0184be url(../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #0184be url(../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #0184be url(../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #0184be url(../images/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
	padding: 0 29px 25px 29px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}